|
|
@@ -100,21 +100,6 @@
|
|
|
<view v-if="isDrawer">{{ item.modelKey }}</view>
|
|
|
<view v-else>
|
|
|
<u--input placeholder="请输入" border="surround" v-model="item.modelKey" @click.native="changeMultiple(item, index, 'modelKey', product_model_key)"></u--input>
|
|
|
- <!-- <uni-data-select
|
|
|
-
|
|
|
- :localdata="product_model_key"
|
|
|
- v-model="item.modelKey"
|
|
|
- @change="change"
|
|
|
- ></uni-data-select> -->
|
|
|
- <!-- <zxz-uni-data-select
|
|
|
- :localdata="product_model_key"
|
|
|
- v-model="item.modelKey"
|
|
|
- dataValue="value"
|
|
|
- format="{text}"
|
|
|
- dataKey="text"
|
|
|
- :clear="false"
|
|
|
- multiple
|
|
|
- ></zxz-uni-data-select> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -122,20 +107,6 @@
|
|
|
<view v-if="isDrawer">{{ item.colorKey }}</view>
|
|
|
<view v-else>
|
|
|
<u--input placeholder="请输入" border="surround" v-model="item.colorKey" @click.native="changeMultiple(item, index, 'colorKey', product_color_key)"></u--input>
|
|
|
- <!-- <uni-data-select
|
|
|
- multiple
|
|
|
- :localdata="product_color_key"
|
|
|
- v-model="item.colorKey"
|
|
|
- ></uni-data-select> -->
|
|
|
- <!-- <zxz-uni-data-select
|
|
|
- :localdata="product_color_key"
|
|
|
- v-model="item.colorKey"
|
|
|
- dataValue="value"
|
|
|
- format="{text}"
|
|
|
- dataKey="text"
|
|
|
- :clear="false"
|
|
|
- multiple
|
|
|
- ></zxz-uni-data-select> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -409,15 +380,15 @@
|
|
|
}
|
|
|
}
|
|
|
}],
|
|
|
- [{
|
|
|
- label: '图纸附件:',
|
|
|
- prop: 'technicalDrawings',
|
|
|
- slot: 'technicalDrawings',
|
|
|
- }, {
|
|
|
- label: '附件:',
|
|
|
- prop: 'files',
|
|
|
- slot: 'files',
|
|
|
- }],
|
|
|
+ // [{
|
|
|
+ // label: '图纸附件:',
|
|
|
+ // prop: 'technicalDrawings',
|
|
|
+ // slot: 'technicalDrawings',
|
|
|
+ // }, {
|
|
|
+ // label: '附件:',
|
|
|
+ // prop: 'files',
|
|
|
+ // slot: 'files',
|
|
|
+ // }],
|
|
|
[{
|
|
|
label: '备注:',
|
|
|
prop: 'remark',
|