diff --git a/backend/modules/shop/views/order/_form.php b/backend/modules/shop/views/order/_form.php index 881787b..a630ef8 100755 --- a/backend/modules/shop/views/order/_form.php +++ b/backend/modules/shop/views/order/_form.php @@ -12,18 +12,8 @@ use yii\widgets\ActiveForm; - field($model, 'user_id')->textInput() ?> - - field($model, 'order_sn')->textInput(['maxlength' => true]) ?> - field($model, 'invoice_id')->textInput(['maxlength' => true]) ?> - field($model, 'status')->textInput() ?> - - field($model, 'type')->textInput() ?> - - field($model, 'goods_count')->textInput() ?> - field($model, 'goods_amount')->textInput() ?> field($model, 'shipping_amount')->textInput() ?> @@ -42,12 +32,6 @@ use yii\widgets\ActiveForm; field($model, 'taking_site')->textInput() ?> - field($model, 'pay_type')->textInput() ?> - - field($model, 'pay_at')->textInput() ?> - - field($model, 'payment_sn')->textInput(['maxlength' => true]) ?> - field($model, 'payment_amount')->textInput() ?> field($model, 'receivables')->textInput() ?> @@ -56,7 +40,7 @@ use yii\widgets\ActiveForm; field($model, 'discount_amount')->textInput() ?> - field($model, 'discount_decription')->textarea(['rows' => 6]) ?> + field($model, 'discount_description')->textarea(['rows' => 6]) ?>
'btn btn-success']) ?> diff --git a/backend/modules/shop/views/order/delivery_goods.php b/backend/modules/shop/views/order/delivery_goods.php index fd710b2..11a0a95 100644 --- a/backend/modules/shop/views/order/delivery_goods.php +++ b/backend/modules/shop/views/order/delivery_goods.php @@ -41,7 +41,7 @@ " + item.lack_number + "" + "" + "" + - "" + - "" + + "" + + "" + "" + ""; $('.unShipped-table').append(tr) @@ -100,35 +129,13 @@ $js = <<